home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************/
- /* Project...: C++ and ANSI-C Compiler Environment */
- /* Name......: SIOUX.h */
- /* Purpose...: Interface functions to SIOUX */
- /* Copyright.: ©Copyright 1993 by metrowerks inc. All rights reserved. */
- /************************************************************************/
-
- #ifndef __SIOUX__
- #define __SIOUX__
-
- #if __MWERKS__
- #pragma options align=mac68k
- #endif
-
- // Globals for setting the type and creator of new files ...
- extern ResType _fcreator, _ftype;
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- // Function Prototypes ...
- extern Boolean SetSIOUXTabMode(Boolean useSpaces, short spaceCount);
- extern int ccommand(char ***);
-
- #ifdef __cplusplus
- }
- #endif
-
- #if __MWERKS__
- #pragma options align=reset
- #endif
-
- #endif
-